<?php
// some $var
phpinfo(strlen("\$var"));
$not_empty_var = "some 'value'";
?>
